README - Drone Telemetry Data Dictionary
========================================

This README file accompanies the `data_dictionary.csv` file, which provides detailed descriptions of each column 
in a drone telemetry dataset. The purpose of this data dictionary is to assist users in understanding the contents 
and structure of the dataset for analysis or integration purposes.

File: data_dictionary.csv

Contents:
---------
The CSV file contains two columns:
1. Column Name - The name of the field as it appears in the dataset.
2. Description - A brief explanation of what the field represents.

This dataset includes key telemetry data such as:
- Timestamps
- GPS coordinates (Latitude and Longitude)
- Altitude and airspeed
- Drone flight mode
- Battery statistics

Usage:
------
Use this data dictionary to:
- Understand the purpose of each field in the telemetry dataset.
- Ensure consistent usage and interpretation of variables during analysis.
- Facilitate data cleaning, visualization, or modeling tasks.

Author: Kevin O'Brien
Date Created: June 30, 2025